diff options
author | Jonas Karlman | 2023-03-14 00:38:34 +0000 |
---|---|---|
committer | Kever Yang | 2023-03-19 13:20:21 +0800 |
commit | 85db421cdbbc2ab60159d1477f24b80a941715b2 (patch) | |
tree | 6acb24d97bd869175fb5b88929cbcdeb86e49556 /include/configs/rk3288_common.h | |
parent | d11f0dac30215361aa046f593d003a7ea094e8a1 (diff) |
rockchip: include: configs: Remove dangling comments
This removes dangling comments that no longer serve a purpose and has
been left after conversion of defines to Kconfig option.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r-- | include/configs/rk3288_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 5f29432be10..fa409c70c93 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -13,8 +13,6 @@ #define CFG_IRAM_BASE 0xff700000 -/* RAW SD card / eMMC locations. */ - #define CFG_SYS_SDRAM_BASE 0 #define SDRAM_BANK_SIZE (2UL << 30) #define SDRAM_MAX_SIZE 0xfe000000 |