Changeset 4454
- Timestamp:
- 05/27/08 15:20:36 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/host/qemu-neo1973/hw/neo1973.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/hw/neo1973.c
r4249 r4454 767 767 s->cpu = s3c2410_init(s->ram, ds, s->mmc); 768 768 769 s3c_nand_register(s->cpu, nand_init(NAND_MFR_SAMSUNG, 0x76));770 771 769 /* Setup peripherals */ 772 770 neo_gpio_setup(s); … … 831 829 const char *initrd_filename, const char *cpu_model) 832 830 { 831 struct neo_board_s *neo; 833 832 int sd_idx = drive_get_index(IF_SD, 0, 0); 834 833 struct sd_card_s *sd = 0; … … 837 836 sd = sd_init(drives_table[sd_idx].bdrv, 0); 838 837 839 neo 1973_init_common(ram_size, ds,838 neo = neo1973_init_common(ram_size, ds, 840 839 kernel_filename, cpu_model, sd, NEO1973_GTA01); 840 841 s3c_nand_register(neo->cpu, nand_init(NAND_MFR_SAMSUNG, 0x76)); 841 842 } 842 843 … … 851 852 neo = neo1973_init_common(ram_size, ds, 852 853 kernel_filename, cpu_model, sd, NEO1973_GTA02F); 854 855 s3c_nand_register(neo->cpu, nand_init(NAND_MFR_SAMSUNG, 0xa1)); 853 856 854 857 neo_gps_setup(neo);
Note: See TracChangeset
for help on using the changeset viewer.
