diff mbox

[U-Boot,U-boot,2/2] rockchip: firefly: configs: use spl back to brom

Message ID 1484626779-31235-2-git-send-email-jacob2.chen@rock-chips.com
State Accepted
Commit 5235753d15be8082d9d59cca7a54cfb0ac6d9f6c
Delegated to: Simon Glass
Headers show

Commit Message

Jacob Chen Jan. 17, 2017, 4:19 a.m. UTC
Keep it same with other boards otherwise i have to write special script for it..

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
---

 configs/firefly-rk3288_defconfig | 2 +-
 include/configs/firefly-rk3288.h | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

Comments

Simon Glass Jan. 21, 2017, 3:51 a.m. UTC | #1
On 16 January 2017 at 21:19, Jacob Chen <jacob2.chen@rock-chips.com> wrote:
> Keep it same with other boards otherwise i have to write special script for it..
>
> Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
> ---
>
>  configs/firefly-rk3288_defconfig | 2 +-
>  include/configs/firefly-rk3288.h | 5 -----
>  2 files changed, 1 insertion(+), 6 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass Feb. 8, 2017, 5:10 a.m. UTC | #2
On 20 January 2017 at 19:51, Simon Glass <sjg@chromium.org> wrote:
> On 16 January 2017 at 21:19, Jacob Chen <jacob2.chen@rock-chips.com> wrote:
>> Keep it same with other boards otherwise i have to write special script for it..
>>
>> Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
>> ---
>>
>>  configs/firefly-rk3288_defconfig | 2 +-
>>  include/configs/firefly-rk3288.h | 5 -----
>>  2 files changed, 1 insertion(+), 6 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!
diff mbox

Patch

diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 3ed17b4..18e050d 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -2,6 +2,7 @@  CONFIG_ARM=y
 CONFIG_ARCH_ROCKCHIP=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_ROCKCHIP_RK3288=y
+CONFIG_ROCKCHIP_SPL_BACK_TO_BROM=y
 CONFIG_TARGET_FIREFLY_RK3288=y
 CONFIG_SPL_STACK_R_ADDR=0x80000
 CONFIG_DEFAULT_DEVICE_TREE="rk3288-firefly"
@@ -75,4 +76,3 @@  CONFIG_CONSOLE_SCROLL_LINES=10
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_CMD_DHRYSTONE=y
 CONFIG_ERRNO_STR=y
-# CONFIG_SPL_OF_LIBFDT is not set
diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h
index 14fdead..ec555dd 100644
--- a/include/configs/firefly-rk3288.h
+++ b/include/configs/firefly-rk3288.h
@@ -16,11 +16,6 @@ 
 
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
-/* SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
- */
-#define CONFIG_ENV_OFFSET (96 * 1024)
 
 #define CONFIG_SYS_WHITE_ON_BLACK