diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-07-22 17:41:37 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-31 07:24:20 -0600 |
commit | 22948e1015140913b47b2886cfb08322b2538849 (patch) | |
tree | 317f7580cfe3d6f93dfa3bcaf68af93ebb7be909 /include/configs/rk3036_common.h | |
parent | 46683f3da191a4c2156d5473c23b9923c461912c (diff) | |
download | u-boot-22948e1015140913b47b2886cfb08322b2538849.tar.gz |
configs: rockchip: remove no use MACRO
The CONFIG_ROCKCHIP_COMMON and CONFIG_SPL_ROCKCHIP_COMMON are no use now,
remove them.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3036_common.h')
-rw-r--r-- | include/configs/rk3036_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index ae4b101e44..b003baac29 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -40,8 +40,6 @@ #define CONFIG_ROCKCHIP_MAX_INIT_SIZE (4 << 10) #define CONFIG_ROCKCHIP_CHIP_TAG "RK30" -#define CONFIG_ROCKCHIP_COMMON - /* MMC/SD IP block */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC |