diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-10-20 13:36:16 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:22 +0900 |
commit | bd21cfa3a102711687b8e6d9491e43c75bffa859 (patch) | |
tree | ec15b0f4948c3cffa49e48bcd8fdee6b599b019b /include | |
parent | 50366347810bb46a041d1a235395a5a16f72f564 (diff) | |
download | u-boot-bd21cfa3a102711687b8e6d9491e43c75bffa859.tar.gz u-boot-bd21cfa3a102711687b8e6d9491e43c75bffa859.tar.bz2 u-boot-bd21cfa3a102711687b8e6d9491e43c75bffa859.zip |
configs: rpi4: enable IP_DEFRAG configuration
Enable IP_DEFRAG configuration in defconfig file.
And Remove its config from tizen_rpi header.
Change-Id: Ie622b593639f9838773bff85e664aaf4d660d6dd
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_rpi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 132ed91ef8..5dd4821c5f 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -44,9 +44,6 @@ #define CONFIG_SET_DFU_ALT_INFO #define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K) -/* NFSDOWN */ -#define CONFIG_IP_DEFRAG - #ifdef CONFIG_TARGET_RPI_4_32B #define TIZEN_VC_MEM "vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 " #else |