mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gic: rename gicv3 to gic, move board.h into gic
This commit is contained in:
@@ -88,6 +88,7 @@ Build the baremetal examples with crosstool-NG.
|
||||
else:
|
||||
entry_address = 0x40000000
|
||||
uart_address = 0x09000000
|
||||
cc_flags.extend(['-D', 'LKMC_QEMU=1', LF])
|
||||
cc_flags.extend(['-D', 'LKMC_UART0_ADDR={:#x}'.format(uart_address), LF])
|
||||
cc_flags.extend(self.sh.shlex_split(self.env['ccflags']))
|
||||
bootloader_src = os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user