include: starfive-visionfive2: Add tizen environment into starfive-visionfive2 header
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 7 Jun 2023 05:20:32 +0000 (14:20 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:41 +0000 (13:19 +0900)
Add tizen environment into starfive-visionfive2 haeder.
Tizen specific environment value will be added in
include/samsung/tizen_visionfvie2.h

Change-Id: I142780cf59f35f909d49f90fcb243420e61750e5
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/starfive-visionfive2.h

index 4ee02b8..e75ee8a 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _STARFIVE_VISIONFIVE2_H
 #define _STARFIVE_VISIONFIVE2_H
 
+#include <samsung/tizen_visionfive2.h>
+
 #define RISCV_MMODE_TIMERBASE          0x2000000
 #define RISCV_MMODE_TIMEROFF           0xbff8
 #define RISCV_MMODE_TIMER_FREQ         4000000
@@ -33,6 +35,7 @@
                "name=system,size=-,bootable,type=${type_guid_gpt_system};"
 
 #define CFG_EXTRA_ENV_SETTINGS \
+       TIZEN_ENV_SETTING \
        "kernel_addr_r=0x40200000\0" \
        "kernel_comp_addr_r=0x88000000\0" \
        "kernel_comp_size=0x4000000\0" \