Skip to content

Commit

Permalink
For fpga debug
Browse files Browse the repository at this point in the history
Signed-off-by: Guo Ren <[email protected]>
  • Loading branch information
guoren83 committed Feb 21, 2024
1 parent 032c386 commit 66251fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion platform/generic/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ CONFIG_FDT_SERIAL_SIFIVE=y
CONFIG_FDT_SERIAL_LITEX=y
CONFIG_FDT_SERIAL_UART8250=y
CONFIG_FDT_SERIAL_XILINX_UARTLITE=y
CONFIG_SERIAL_SEMIHOSTING=y
CONFIG_FDT_TIMER=y
CONFIG_FDT_TIMER_MTIMER=y
CONFIG_FDT_TIMER_PLMT=y
2 changes: 1 addition & 1 deletion platform/generic/objects.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platform-objs-y += platform.o
platform-objs-y += platform_override_modules.o

# Blobs to build
FW_TEXT_START=0x80000000
FW_TEXT_START=0x60000000
FW_DYNAMIC=y
FW_JUMP=y
ifeq ($(PLATFORM_RISCV_XLEN), 32)
Expand Down

0 comments on commit 66251fb

Please sign in to comment.