Skip to content

Commit

Permalink
configs/rtl8730e: fix ram start address in loadable_apps_xip config
Browse files Browse the repository at this point in the history
Memory layout has been modified and the ram address change was missed
in loadable_apps_xip config. So, update the config accordingly.

Signed-off-by: Abhishek Akkabathula <a.akkabathul@samsung.com>
  • Loading branch information
abhishek-samsung authored and sunghan-chang committed May 6, 2024
1 parent 46fb6e5 commit fd6b9f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/configs/rtl8730e/loadable_apps_xip/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ CONFIG_BOOT_RUNFROMSDRAM=y
#
# Boot Memory Configuration
#
CONFIG_RAM_START=0x60300000
CONFIG_RAM_VSTART=0x60300000
CONFIG_RAM_START=0x60100000
CONFIG_RAM_VSTART=0x60100000
CONFIG_RAM_SIZE=7340032
CONFIG_RAM_KREGIONx_START="0x60300000,"
CONFIG_RAM_KREGIONx_START="0x60100000,"
CONFIG_RAM_KREGIONx_SIZE="7340032,"
CONFIG_HEAP_INDEX_LOADED_APP=0
# CONFIG_DDR is not set
Expand Down

0 comments on commit fd6b9f2

Please sign in to comment.