mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
enable low level debug and boot_params offset 0x88000
This commit is contained in:
@@ -225,6 +225,7 @@ CONFIG_ARM_L1_CACHE_SHIFT=5
|
||||
# CONFIG_ARM_ERRATA_430973 is not set
|
||||
# CONFIG_ARM_ERRATA_458693 is not set
|
||||
# CONFIG_ARM_ERRATA_460075 is not set
|
||||
CONFIG_ARM_GIC=y
|
||||
|
||||
#
|
||||
# Bus support
|
||||
@@ -822,7 +823,7 @@ CONFIG_ARM_UNWIND=y
|
||||
CONFIG_DEBUG_ERRORS=y
|
||||
# CONFIG_DEBUG_STACK_USAGE is not set
|
||||
CONFIG_DEBUG_LL=y
|
||||
CONFIG_DEBUG_ICEDCC=y
|
||||
# CONFIG_DEBUG_ICEDCC is not set
|
||||
|
||||
#
|
||||
# Security options
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
zreladdr-y := 0x60408000
|
||||
params_phys-y := 0x600f8000
|
||||
params_phys-y := 0x60088000
|
||||
initrd_phys-y := 0x60800000
|
||||
|
||||
@@ -68,8 +68,8 @@ MACHINE_START(RK29, "RK29board")
|
||||
|
||||
/* UART for LL DEBUG */
|
||||
.phys_io = RK29_UART1_PHYS,
|
||||
.io_pg_offst = ((RK29_ADDR_BASE0) >> 18) & 0xfffc,
|
||||
.boot_params = RK29_SDRAM_PHYS + 0xf8000,
|
||||
.io_pg_offst = ((RK29_UART1_BASE) >> 18) & 0xfffc,
|
||||
.boot_params = RK29_SDRAM_PHYS + 0x88000,
|
||||
.map_io = machine_rk29_mapio,
|
||||
.init_irq = machine_rk29_init_irq,
|
||||
.init_machine = machine_rk29_board_init,
|
||||
|
||||
Reference in New Issue
Block a user