summaryrefslogtreecommitdiff
path: root/configs/firefly-rk3288_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-14 20:03:00 (GMT)
committerSimon Glass <sjg@chromium.org>2016-05-27 16:23:07 (GMT)
commit56d6977121732e4efe6cd48872e874e40f4916a0 (patch)
treeefa36638b5748fa94f48fe3ecbc95ede2e44108b /configs/firefly-rk3288_defconfig
parent9217d93bc45668815ebaab0ad9280ace166b7348 (diff)
downloadu-boot-fsl-qoriq-56d6977121732e4efe6cd48872e874e40f4916a0.tar.xz
rockchip: Drop unnecessary SPL properties
While we consider whether to drop use of DT in SPL, remove some unwanted properties. This reduces SPL size by about 250 bytes. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r--configs/firefly-rk3288_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 0cbc539..4af9120 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -28,7 +28,7 @@ CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_SPL_OF_CONTROL=y
-CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent"
+CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
CONFIG_REGMAP=y
CONFIG_SPL_REGMAP=y
CONFIG_SYSCON=y